home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / SNEWS360.ZIP / WHATSNEW.360 < prev   
Text File  |  1996-11-14  |  5KB  |  157 lines

  1.  
  2.                      ---  WHAT'S NEW IN VERSION 3.60  ---
  3.  
  4.  ┌────────────────────────────────────────────────────────░░────────────────┐
  5.  │  15 Nov 96           Version 3.60  -  SNEWS360.ZIP         48,267 bytes  │
  6.  └────────────░░────────────────────────────────────────────────────────────┘
  7.  
  8.  
  9.   This is the 10th release of Sicknews, but only the second in over a year.
  10.   (The first public release came out 24th November 1994 and was a 9k zip!).
  11.  
  12.   The code has been completely rewritten since the last version. Hopefully
  13.   this doesn't mean the bugs fixed over the past 9 versions will resurface!
  14.  
  15.  
  16.           -- Additions (+), Changes/Fixes (*), and Removals (-) --
  17.  
  18.  
  19.  + Ansi routines were completely rewritten. Many output file specific
  20.    procedures made generic. The external header files are now read into
  21.    memory before processing, minimising file access and speeding up
  22.    processing.
  23.  
  24.  + Sicknews no longer supports PCB display files. Do not despair!
  25.    PCBoard displays ANSI display files just as easily as PCB files.
  26.  
  27.  + The codes in the external header files have a new format. All or none of
  28.    these codes may be entered into your header file.
  29.  
  30.  
  31.                    Code Format:    ~  +  <Insert String>
  32.  
  33.  
  34.    Possible Insert Strings
  35.    -----------------------
  36.  
  37.                      D  :  Date
  38.                      T  :  Title
  39.                      !  :  Current Bulletin Number
  40.                      #  :  Total Amount of Bulletins.
  41.                      N  :  Current "News Text" Line
  42.  
  43.    Examples
  44.    --------
  45.  
  46.                   Code :  ~D
  47.                Becomes :  01/10/96
  48.  
  49.                   Code :  ~T
  50.                Becomes :  New online door game installed!
  51.  
  52.                   Code :  Bulletin ~! of ~#.
  53.                Becomes :  Bulletin 169 of 2000.
  54.  
  55.                   Code :  ~N
  56.                Becomes :  To join in, go to the Games menu and hit (S)!
  57.  
  58.  
  59.  
  60.  + You can enter justification after your code.
  61.  
  62.  
  63.    Possible Justification Codes
  64.    ----------------------------
  65.  
  66.                 \  :  Left Justification
  67.                 /  :  Right Justification
  68.                 |  :  Centered
  69.  
  70.  
  71.    Examples
  72.    --------
  73.  
  74.                   Code :  ~T\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ ~D\\\\\\
  75.                Becomes :  New online door game installed!      01/10/96
  76.  
  77.                   Code :  ~T/////////////////////////////////////////////
  78.                Becomes :                  New online door game installed!
  79.  
  80.                   Code :  ~T||||||||||||||||||||||||||||||||||||||||||||.
  81.                Becomes :          New online door game installed!       .
  82.  
  83.  
  84.  
  85.  + The ~N code for your bulletin header adds a new dimension to Sicknews.
  86.    You can now specify a place in your S-BUL for the bulletin text to go.
  87.  
  88.    If the ~N code is not present in the S-BUL file, the news text is just
  89.    placed after the bulletin header, by repeating the S-LINE file until the
  90.    entire bulletin is displayed.
  91.  
  92.  + You can now include Sicknews |xx style color codes in the date and title
  93.    of your bulletin as well as the bulletin text.
  94.  
  95.  * The External Headers are now placed in a HEADERS\ subdirectory.
  96.  
  97.  * Sicknews now uses TWO configuration files;
  98.  
  99.    · The first, SICKNEWS.CFG, contains the following personal information:
  100.  
  101.         Name of Sysop
  102.         Name of BBS
  103.         Registration Code
  104.  
  105.         Maximum Amount of bulletins to process
  106.  
  107.         Pathname to Ansi output
  108.         Pathname to Ascii output
  109.  
  110.         Create Ansi output file?   ( y | n )
  111.         Create Ascii output file?
  112.  
  113.  
  114.    · The second, EXTERNAL.CFG, located in your HEADERS\ subdirectory,
  115.      contains the following information about your External Header set:
  116.  
  117.  
  118.         # of "empty lines" between bulletins
  119.  
  120.         Add First S-BUL?     ( y | n )
  121.         Add Last S-BULFTR?
  122.         Clear the screen at the top of the output file?
  123.         Clear the screen before each bulletin?
  124.         Use "Kewl Color"?
  125.  
  126.         Color of News Text
  127.         Color of Upper Case
  128.         Color of Lower Case
  129.         Color of Punctuation
  130.         Color of Hi-bit Ascii
  131.         Color of Numbers
  132.  
  133.  
  134.    The purpose of this is so that you can distribute your header set and
  135.    include the EXTERNAL.CFG file so that people can simply move the files
  136.    into their HEADERS\ subdirectory to configure their copy of Sicknews
  137.    to work with your header set.
  138.  
  139.  
  140.  * There are now limitations on the size of the bulletin headers.
  141.    See SICKNEWS.DOC for details.
  142.  
  143.  * Processing screen completely changed, removed the % complete graph.
  144.  
  145.  * The Clear2 option did not work properly (fixed).
  146.  
  147.  * When you hit [F] while selecting a "kewl" color, the type of character
  148.    you are modifying will now flash.
  149.  
  150.  * Documentation improved, bad language removed.
  151.  
  152.  - There are no internal headers anymore, so if the external headers do
  153.    not exist in the HEADERS\ directory, Sicknews will not process.
  154.  
  155.  - There is no more -Unregistered- line in the output files!
  156.  
  157.